func runtime.stopTheWorld

10 uses

	runtime (current package)
		heapdump.go#L23: 	stw := stopTheWorld(stwWriteHeapDump)
		mprof.go#L1319: 	stw := stopTheWorld(stwGoroutineProfile)
		mprof.go#L1379: 	stw = stopTheWorld(stwGoroutineProfileCleanup)
		mprof.go#L1521: 	stw := stopTheWorld(stwGoroutineProfile)
		mprof.go#L1633: 		stw = stopTheWorld(stwAllGoroutinesStack)
		mstats.go#L358: 	stw := stopTheWorld(stwReadMemStats)
		os_linux.go#L740: 	stw := stopTheWorld(stwAllThreadsSyscall)
		proc.go#L1521: func stopTheWorld(reason stwReason) worldStop {
		proc.go#L1563: 	return stopTheWorld(reason)
		trace.go#L231: 	stw := stopTheWorld(stwStartTrace)